CardOpenResult

data class CardOpenResult(val atr: ByteArray?, val status: CardReadStatus) : Parcelable

Result of attempting to power on the card and open the card reader.

Constructors

Link copied to clipboard
constructor(atr: ByteArray?, status: CardReadStatus)

Properties

Link copied to clipboard

The Answer To Reset (ATR) obtained after powering on the card.

Link copied to clipboard

The status of the card after attempting to open the card reader.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)